/* TABLE OF CONTENT
    -------------------------------------------------- 

    1. NAVBAR
    2. ABOUT US
    3. SERVICE
    4. PORTFOLIO
    5. TEAM
    6. PRICE TABLES
    7. PROCESS
    8. CLIENTS
    9. FACTS
    10. CONTACT    
    11. FOOTER
    12. BORDERS
    13. RESPONSIVE CSS
     
    */

/* 1. Navbar
-------------- */

.navbar-inverse {
  background-color: #222;
  
}
/* 2. About Us
-------------- */

    #about {
	    background: white;
	    padding: 10px 0px ;
	    display: block;
        width: 100%;
        overflow: hidden;
        position: relative;
	    z-index: 900;
        -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
	    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
    }
    
    #about h1 {
	    color: #fff;  
    }
    
    #about p {
	    color: #fff;
    }
    
    #skillbar h6 {
	    color: #fff !important;
    }

/* 3. Service
-------------- */
    
    #service {
	    background: white;
	    padding: 20px 0px;
	    display: block;
        width: 100%;
        overflow: hidden;
        position: relative;
	    z-index: 900;
	    text-align: center;
    }
    
     #service h1 {
	    color: #fff;
    }
    
    .service-col:hover {
	    background: #F3F2F2;
	    color: #fff;
    }
    
    .service-col h4 {
	    color: #fff;
	}
	
	.service-col:hover h4 {
	    color: #e67e22 !important;
	    border-bottom: 1px solid #fff;
    }
    
    .service-col p {
	    color: #c1c1c1;
    }
    
     .service-col:hover p {
	    color: #fff;
    }
    
    .service-col:hover > div {
       
        color: #fff;
    }
    
    .icon-wrench, .icon-mobile, .icon-desktop {
	    background-color: #2c3e50;
        color: #e67e22;
    }

/* 4. Portfolio
-------------- */
    
    #portfolio {
	    background: white;
	    padding: 60px 0px ;
	    display: block;
        width: 100%;
        overflow: hidden;
        position: relative;
	    z-index: 900;
		
    }
    
    #portfolio h1 {
	    color: #fff;
    }
    
    .caption {
        color: #fff !important;
        background: rgba(39, 174, 96, 0.75);
    }
    
    .caption h5 {
        color: #2c3e50;
	    border-bottom: 1px solid #fff;
	}
	#portfolio1 {
	    background: white;
	    padding: 40px 0px ;
	    display: block;
        width: 100%;
        overflow: hidden;
        position: relative;
	    z-index: 900;
		
    }
    
    #portfolio1 h1 {
	    color: #fff;
    }
    
    .caption {
        color: #fff !important;
        background: rgba(39, 174, 96, 0.75);
    }
    
    .caption h5 {
        color: #2c3e50;
	    border-bottom: 1px solid #fff;
	}
     #portfolio3 {
	    background: white;
	    padding: 10px 0px ;
	    display: block;
        width: 100%;
        overflow: hidden;
        position: relative;
	    z-index: 900;
		
    }
/* 5. Team
-------------- 
    
    #team {
	    background:#0095B6;
	    padding: 10px 0px ;
	    display: block;
        width: 100%;
        overflow: hidden;
        position: relative;
	    z-index: 900;
	    text-align: center;
    }
    
    #team h1 {
	    color: #fff;
    }
    .team:hover {
	    background-color: #2c3e50;
	    color: #fff;
    }
    
    .team h5 {
        color: #fff;
    }

    .job {
        color: #443e44 !important;
        border-bottom: 1px dashed #9e968f;
    }
    
    .team p {
	    color: #c1c1c1;
    }
    
    .team:hover p {
	    padding: 10px;
	    color: #fff;
    }
    
    .team a {
	    color: #c1c1c1;
    }
    
    .team:hover a {
	    color: #fff;
    }
    
    .member1, .member2, .member3, .member4 {
        color: #e67e22;
    }
    
    .team-member1:hover > div {
        color: #fff;
        border: 5px solid #e67e22;
    }
    .team-member2:hover > div {
        color: #fff;
        border: 5px solid #e67e22;
    }
    .team-member3:hover > div {
        color: #fff;
        border: 5px solid #e67e22;
    }
    .team-member4:hover > div {
        color: #fff;
        border: 5px solid #e67e22;
    }
    
    .icon-social {
        background: #fff;
        color: #000;
    }
    
	/*************************
*********Team CSS*********
**************************/
#team {
  padding-top: 40px;
  background-color:	#ffdbac;
}

.team-members {
  margin-bottom: 25px;
}

.social-icons {
  margin-top:30px;
  text-align: center;
}

.social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.social-icons ul li {
  float: left;
  margin-right: 8px;
}

.social-icons ul li:last-child {
  margin-right: 0;
}

.social-icons ul li a {
  color:#fff;
  background-color: #d9d9d9;
  height: 36px;
  width: 36px;
  line-height: 36px;
  display: block;
  font-size: 16px;
  opacity: 0.8;
}

.social-icons ul li a:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.team-member {
  text-align: center;
  color: #333;
  font-size: 14px;
}

.social-icons ul li a.facebook {
  background-color: #3b5999;
}

.social-icons ul li a.twitter {
  background-color: #2ac6f7;
}
.social-icons ul li a.dribbble {
  background-color: #ff5b92;
}
.social-icons ul li a.linkedin {
  background-color: #036dc0;
}
.social-icons ul li a.rss {
  background-color: #ff6b00;
}*/

#team .img-responsive {
  width: 100%;
}

.member-info h3 {
  margin-top: 35px;
  margin-bottom: 15px;
  font-family:raleway;
  font-weight:bold;
}

.member-info h4 {
  font-size: 14px;
  margin-bottom: 15px;
  font-family:raleway;
  font-weight:bold;
  color: #999;
  line-height: normal;
}
.member-info p{
	font-size: 13px;
  font-family: verdana;
  font-weight:bold;
  margin-bottom:10px;
  color: #000;
}	

   /*blog*/
   #blog {
	    background: white;
	    padding: 0px 10px ;
	    display: block;
        width: 100%;
        overflow: hidden;
        position: relative;
	    z-index: 900;
		margin-top:1px;
        -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
	    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
    }
      Blog Section
   ========================================================================== */

.blog-bg {
	background: #2b2b2b;
	padding-right: 0px;
	padding-left: 30px;
	
}

.blog-bg h4 {
	color: #dadada;
	padding-top: 0px;
}

.blog-bg h5 {
	color: #dadada;
	font-size: 11px;
}

.blog-content {
	padding-top: 5px;
	background: #f2f2f2;
}


    
/* 6. Price
-------------- */
    
    #price {
	    background: white;
	    padding: 120px 0px ;
	    display: block;
        width: 100%;
        overflow: hidden;
        position: relative;
	    z-index: 900;
    }
    
    #price h1 {
	    color: #fff;
    }
    
    .price-table {
    	border: 1px solid #27ad60;
    }
    
    .price-table-heading h3 {
	    color: #c1c1c1 !important;
    }
    
    .price-table:hover {
        background: #e67e22;
    }
    
    .the-price {
		background-color: #27ad60;
    }
    
    .table-feature {
    	border: 2px solid #e67e22;
	}
	
	.table-feature:hover {
       background: #e67e22;
    }
    
  /*career*/
  
  #career{
	  background: white;
	  height:850px;
	    padding: 30px 0px ;
	    display: block;
        width: 100%;
        overflow: hidden;
        position: relative;
	    z-index: 900;
        -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
	    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
  }
  .nav-tabs {
  margin-top: 20px;
  border-bottom: 1px solid #606060;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
	display: block;
  	color: black;
  	font-size: 16px;
  	padding: 10px 20px;
  	border: 0;
  	border-radius: 0;
}
.nav-tabs > li > a:hover {
  background-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #00c6d7;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: transparent;
}
.tab-content {
  padding-top: 20px;
}

.tab-content a {
	color: #0CC;
}

.tab-content a:hover, .tab-content a:link {
	color: #FF0;
	text-decoration: none;
}

/*7. Clients
-------------- */
    
    #clients {
	    background: white;
	    padding: 10px 0px ;
	    display: block;
        width: 100%;
        overflow: hidden;
        position: relative;
	    z-index: 1000;
    }
    
    .testemonials p {
	    color: #c1c1c1;
    }
    
    .testemonials .author {
	    color: #e67e22;
    }
    
     #clients h1 {
	    color: #fff;
    }
    
    .nbs-flexisel-item {
        border-bottom: 1px solid #fff;
    }
    
    .nbs-flexisel-nav-left,
    .nbs-flexisel-nav-right {
        background-color: #443e44 !important;
    }
    
    .nbs-flexisel-nav-left:hover,
    .nbs-flexisel-nav-right:hover {
        background-color: #e67e22 !important;
    }
     ------------ */
    
    #carrer {
	    background: white;
	    padding: 120px 0px ;
	    display: block;
        width: 100%;
        overflow: hidden;
        position: relative;
	    z-index: 1000;
    }
    
    .testemonials p {
	    color: #c1c1c1;
    }
    
    .testemonials .author {
	    color: #e67e22;
    }
    
     #career h1 {
	    color: #fff;
    }
    
    .nbs-flexisel-item {
        border-bottom: 1px solid #fff;
    }
    
    .nbs-flexisel-nav-left,
    .nbs-flexisel-nav-right {
        background-color: #443e44 !important;
    }
    
    .nbs-flexisel-nav-left:hover,
    .nbs-flexisel-nav-right:hover {
        background-color: #e67e22 !important;
    }
/* 8. FACTS
-------------- */
    
   
/* 9. Contact
-------------- */
   
    #contact {
	   
	    padding: 10px 0px ;
	    display: block;
        width: 100%;
        overflow: hidden;
       /* position: relative;*/
	    z-index: 900;
	    -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.9);
	    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.9);
    }
    
   
    
    .requi {
	    color: #fff;
    }
    
/* 10. Footer
-------------- */
    
    #foot {
	    background: #27ad60;
	    padding: 10px 0px ;
	    display: block;
        width: 100%;
        overflow: hidden;
        position: relative;
	    z-index: 900;
	    -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.9);
	    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.9);
    }
    
    .bottom-con h5 {
	    color: #fff;
    }
    
    .bottom-con p {
        padding-left: 30%;
	    text-align: left;
	    color: #fff;
    }
    
    .footer a:hover {
	    color: #e67e22;
    }
    
    /* GOING UP ARROW */
    
    .up {
	    background: #2c3e50;
    }
    
    .up span:hover {
		color: #e67e22 ;
	}
	
	.up span {
	    color: #c1c1c1;
	}
	
/* 11. Borders
-------------- */

    .head-border-white {
	    background: #fff;
    }
    
    .head-border-grey {
	    background: #443e44;
    }	

/* 12. General
-------------- */
 
    .head p {
	    color: #fff;
    }
    
    @media only screen and (max-width:767px) {
	    
	.our-process { 
       background: #27ad60 url(../img/process/our-process-theme2-mobil.svg) no-repeat center top; 
       min-height: 1200px;
       margin-bottom: 150px;
    }
    
    .process-con h5 {  
       background: #27ad60; 
    }
    
	#about {
	    background: white;
	    padding: 100px 0px ;
	    display: block;
        width: 100%;
        overflow: hidden;
        position: relative;
	    z-index: 900;
        -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
	    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
		
    }
    }